home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMSENDWPMESSAGE / TFRMSENDWPMESSAGE.txt
Encoding:
Text File  |  2003-01-14  |  2.3 KB  |  103 lines

  1. inherited frmSendWPMessage: TfrmSendWPMessage
  2.   Left = 362
  3.   Top = 125
  4.   HelpContext = 90
  5.   OldCreateOrder = True
  6.   OnShow = FormShow
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   inherited pnlTop: TPanel
  10.     inherited lblCommandName: TLabel
  11.       Caption = ''
  12.     end
  13.     inherited memActionDesc: TMemo
  14.       Lines.Strings = (
  15.         
  16.           'Send a message to the given computer through the Local Area Netw' +
  17.           'ork (like '
  18.         'WinPopup).')
  19.     end
  20.   end
  21.   inherited pnlCenter: TPanel
  22.     inherited pgcControlPage: TPageControl
  23.       inherited tbsAM5Main: TTabSheet
  24.         object Label1: TLabel
  25.           Left = 10
  26.           Top = 16
  27.           Width = 80
  28.           Height = 13
  29.           Caption = 'Computer &name:'
  30.           FocusControl = edtCompName
  31.         end
  32.         object Label2: TLabel
  33.           Left = 10
  34.           Top = 65
  35.           Width = 69
  36.           Height = 13
  37.           Caption = '&Message text:'
  38.           FocusControl = edtMsgText
  39.         end
  40.         object lbl128Message: TLabel
  41.           Left = 12
  42.           Top = 108
  43.           Width = 290
  44.           Height = 13
  45.           Caption = 'Note: Windows subsystem limits message to 128 characters.'
  46.         end
  47.         object edtCompName: TEdit
  48.           Left = 10
  49.           Top = 32
  50.           Width = 449
  51.           Height = 21
  52.           CharCase = ecUpperCase
  53.           TabOrder = 0
  54.         end
  55.         object edtMsgText: TEdit
  56.           Left = 10
  57.           Top = 81
  58.           Width = 449
  59.           Height = 21
  60.           MaxLength = 128
  61.           TabOrder = 1
  62.         end
  63.       end
  64.     end
  65.   end
  66.   inherited taclKeyboardTrap: TActionList
  67.     Left = 200
  68.   end
  69.   inherited dxSIBarManager: TdxBarManager
  70.     Categories.ItemsVisibles = (
  71.       2)
  72.     Categories.Visibles = (
  73.       True)
  74.     PopupMenuLinks = <
  75.       item
  76.         Control = lsvAM5Errors
  77.         PopupMenu = dxCheckPopup
  78.       end>
  79.     DockControlHeights = (
  80.       0
  81.       0
  82.       0
  83.       0)
  84.   end
  85.   inherited dxCheckPopup: TdxBarPopupMenu
  86.     ItemLinks = <
  87.       item
  88.         Item = itmCheckAllErrors
  89.         UserGlyph.Data = {00000000}
  90.         Visible = True
  91.       end
  92.       item
  93.         Item = itmCheckNoErrors
  94.         UserGlyph.Data = {00000000}
  95.         Visible = True
  96.       end>
  97.   end
  98.   inherited IvTranslator1: TIvTranslator
  99.     Left = 232
  100.     Top = 348
  101.   end
  102. end
  103.